GtkAboutDialog: Fix formatting of example email address in html
authorChris Mayo <aklhfex@gmail.com>
Tue, 27 Dec 2016 16:14:09 +0000 (16:14 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Dec 2016 15:36:50 +0000 (10:36 -0500)
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=776524

gtk/gtkaboutdialog.c

index 11f33b4369e96567398165513c96e02f7ff7de74..c5279490784ec3287d79d47296ed0a5c1c77e79f 100644 (file)
@@ -77,7 +77,7 @@
  * #GtkAboutDialog::activate-link signal.
  *
  * To specify a person with an email address, use a string like
- * "Edgar Allan Poe <edgar@poe.com>". To specify a website with a title,
+ * "Edgar Allan Poe <edgar\@poe.com>". To specify a website with a title,
  * use a string like "GTK+ team http://www.gtk.org".
  *
  * To make constructing a GtkAboutDialog as convenient as possible, you can